### 04.02.2025, Parent: AsniStreamlitPDF.ipynb vom 31.01.2025 ### Google: Python Dash display PDF ### https://stackoverflow.com/questions/62984515/html-embed-or-html-iframe-not-rendering-local-pdf-in-plotly-dash-app ### https://stackoverflow.com/questions/73941618/using-dash-to-upload-a-pdf-and-display-pandas-dataframe-extracted-from-it ### Dash display base64 pdf in iframe ### https://github.com/plotly/dash/issues/2764 # python streamlit run app from notebook ### https://www.restack.io/docs/streamlit-knowledge-run-streamlit-app-jupyter-notebook # execute the streamlit app ### https://docs.streamlit.io/develop/concepts/architecture/run-your-app ## Call ML model from python Dash ### https://github.com/oegedijk/explainerdashboard ### https://titanicexplainer.herokuapp.com/default/ # python -m pip install --upgrade dash # python -m pip install --upgrade pip